Data Information

Time Frame

  • The HMS system has operated 24x7x365 since June 16th, 2003, when some of its first satellites have been put to use. Some of these satellite sources have been discontinued after some time, but Terra/MODIS is one of the first satellites used and is still in use.
  • However, I noted that in the first few years up until approixmately November 2016, all the fire pixel calculations were done manually, so we don’t have an FRP score with me,

Data Structure, Variables, Etc.

  • They record fire detection data several times a day (around once every 2 hours), but there can be a little delay in making the data available (this doesn’t affect the observation time recorded).

  • The variables provided are:

    • Longitude
    • Latitude
    • Observation date (year & Julian day 0-365)
    • Observation time (in UTC)
    • Satellite/sensor used
    • Method of detection (either manual or automated)
    • Ecosystem type
    • Fire Radiative Power (FRP) in megawatts

In particular, FRP can be used to measure fire.

Data Sources

  • Satellites used include GOES, Terra/MODIS, Aqua/MODIS, NOAA, MetOp, and S-NPP/VIIRs
  • Even though most of the satellites only operated for a certain time, I think we can still use HMS as our main data source because Terra/MODIS has been present from the beginning. This can be used as a baseline, and we can draw data from other satellites to compare with it.

Sample Data Visualization

Data Cleaning & Wrangling

The steps I took were:

  • Renamed columns and converted them to the right type
  • Changed filler values for FRP (-999.000) to NA

Daily

As a sample data, we take the observations from one day (05/01/2022) to plot onto a map. Below is a simple leaflet map:

Next, we show a map but with the ability to filter by ecosystem type.

[WORK IN PROGRESS] Since the data is spatiotemporal, I’m trying to see a way to show the distribution of FRP overtime with a time slider. The visuals still aren’t completely clear:

## Rows: 19
## Columns: 3
## $ Name        <chr> "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""~
## $ Description <chr> "Smoke Attributes: Start Time: 05/01/2022 1240 UTC End Tim~
## $ geometry    <POLYGON [°]> POLYGON Z ((-105.5027 35.65..., POLYGON Z ((-106.3~